Backendless lets you integrate with DocuGenerate to add document creation to your backend. By combining the power of Backendless with DocuGenerate’s robust features, you can automate your workflows and scale your operations efficiently.
1. Install the DocuGenerate API Service
2. Generate Document (Operation)
3. List Documents (Operation)
4. Get Document (Operation)
5. Update Document (Operation)
6. Delete Document (Operation)
7. List Templates (Operation)
8. Get Template (Operation)
9. Delete Template (Operation)
To get started, go to the API Services section in the Backendless Marketplace and locate the DocuGenerate service. Click on the GET button to install DocuGenerate to your account and follow the instructions to configure the service with your API key.
Go to your DocuGenerate account settings to obtain your API Key and enter it in the config dialog as the value for the API Key field:
This operation creates a document from a specified template and dataset. Define the document’s name, filename, and format, and provide the data to populate fields in the template. The following parameters are customizable:
.pdf
, .docx
, .doc
, .odt
, .txt
, .html
, .png
).Fetches a list of documents generated from a specific template, allowing you to track or display previously generated documents related to a template. It requires the following parameter:
This operation retrieves metadata for a specific document, such as its filename, format, and document URI. The following parameter is required:
Use this operation to modify details of an existing document, such as updating the document’s name. The following parameters are expected:
This operation deletes a document from your DocuGenerate account. It requires the following parameter:
Retrieves a list of all templates stored in your DocuGenerate account, including basic details such as template names and IDs. This operation does not require any parameters.
This operation retrieves detailed information for a specific template, using the template’s unique ID. You can access attributes like the template’s name, tags, and format. It requires the following parameter:
Remove a template from your DocuGenerate account. It requires the following parameter: